home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON04 / ACT04A / common4.cst / 00020_donebutton.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  101 b   |  5 lines

  1. on mouseDown
  2.   if bounceButton(the clickOn) then
  3.     go to movie the moviePath&"L04Exit"
  4.   end if
  5. end